Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Define a namespace called ‘samplespace’, which includes a member variable,namely...Dec 15
How will you assign value ‘5’ to the variable ‘x’ inside a member function using...Aug 11
Which of the following will assign the value to the class member variable num? v...Jul 15
When you call a function by passing the address of a data variable, it is know a...Sep 16
Which overloads a unary minus operator and returns no values - Select optionMar 21
Identify the variables, which are local to the following functionNov 08
Does C# support a variable number of arguments?Sep 02
Identify the valid variable name from which optionsAug 16
The declaration of global variables must be made in which optionAug 29
Why did they call it .NET?Nov 19
Explain the difference between a JMP instruction and CALL instructionOct 26
Compare CALL and PUSH instructionsJul 03
Which of the following will be used to access the two entries, namely key and va...Apr 21
So I can pass an instance of a value type to a method that takes an object as a...Oct 16
What are the fundamental differences between value types and reference types?Mar 12
Which of the following is not true about static member variable?Jul 25
Which of the following code would read a line of text from char type variable,...Jan 05
Pick out the correct usage of the list function called, splice().Jun 03
Consider a class X, which includes a virtual function called X_output.Feb 16
In 8085 which is called as High order / Low order Register?Feb 12
What is the general format of calling a static member function using a class...Nov 02
Which of the following is called an implicit constructor for the class xyz?Sep 26
Can I call a virtual method from a constructor/destructor?Sep 08
Which of the following function calls is correct while providing default...Feb 25
Which function call does invoke the following function prototype? float sub1(int...Feb 13
Which of the following is true about a function call in a C++ program?Oct 03
so an int is a value type, and a class is a reference type. How can int be deriv...Dec 10